home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat1 / scilab.1 < prev    next >
Text File  |  1999-09-16  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. scilab(1)                      Scilab Function                      scilab(1)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   scilab  - Major unix script to execute Scilab and miscellaneous tools
  13.  
  14. CALLING SEQUENCE
  15.   scilab [-ns -nw -display display]
  16.   scilab -help [ <key> ]
  17.   scilab -xhelp [-display display]
  18.   scilab -k <key>
  19.   scilab -link <objects>
  20.   scilab -macro <macro-name>
  21.  
  22. DESCRIPTION
  23.  
  24.   scilab [-ns -nw -display display]
  25.             : run scilab , if -ns option is present SCI/scilab.star is not
  26.             executed. if -nw option is present then scilab is not run within
  27.             an Xwindow widget
  28.  
  29.   scilab -help <key>
  30.             : write on-line documentation about <key> (usually automatically
  31.             called by scilab command "help <key>") Example:
  32.             scilab -help plot3d
  33.  
  34.   scilab -k <key>
  35.             : gives the list of Scilab commands containing the keyword <key>
  36.             in their description ( same as man -k )
  37.  
  38.   scilab -link <objects-files>
  39.             : Is used to produce a local scilex (executable code of Scilab)
  40.             linked with the  additional files given by the user in <object-
  41.             files>.
  42.  
  43.             If in the list of object files some names are known scilex names
  44.             (from SCIDIR/routines/default ) then the scilex default files are
  45.             omitted and replaced with the given ones .
  46.  
  47.             This script also produces an xscilab script, which when called
  48.             will ran the new generated scilex file.
  49.  
  50.   For example:
  51.   scilab -link  C/interf.o C/evol.o C/bib.a
  52.   will create a new scilex file in which the default interf.o file will be
  53.   replaced by C/interf.o.
  54.   scilab -function <function-name>
  55.   write brief description of calling sequence and description of scilab func-
  56.   tion function_name. (Usually automatically called by scilab to display a
  57.   compiled function).
  58.  
  59.   For example:
  60.   scilab -function bode
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.